home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global skip, no, pmai, nauto
- set nauto to 2
- set no to no + 1
- set skip to 0
- set skip to ticks()
- set no to the memberNum of sprite 13
- set no to no + 1
- if no <= pmai then
- set the memberNum of sprite 13 to no
- else
- set no to pmai
- end if
- updateStage()
- end
-